home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / HP LaserJet III v52.2 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  12.3 KB  |  378 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "HPIII522.PPD"
  12. *LanguageVersion: English
  13. *Product: "(HP LaserJet III)"
  14. *PSVersion: "(52.2) 0"
  15. *ModelName: "HP LaserJet III PostScript Cartridge"
  16. *NickName: "HP LaserJet III PostScript Cartridge v52.2"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "264000"
  20. *LanguageLevel: "1"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43. *Reset: "
  44.   count 0 eq {  % is the password on the stack?
  45.     true
  46.   }{
  47.     dup    % potential password
  48.     statusdict /checkpassword get exec not
  49.   } ifelse
  50.   {  %  if no password or not valid
  51.     (WARNING : Cannot reset printer.) =
  52.     (Password supplied is not valid.) =
  53.     (Please contact the author of this software.) = flush
  54.     quit
  55.   } if
  56.   serverdict /exitserver get exec
  57.   systemdict /quit get exec
  58.   (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61.  
  62. *DefaultResolution: 300dpi
  63. *?Resolution: "
  64. save
  65.   initgraphics
  66.   0 0 moveto currentpoint matrix defaultmatrix transform
  67.   0 72 lineto currentpoint matrix defaultmatrix transform
  68.   3 -1 roll sub dup mul
  69.   3 1 roll exch sub dup mul
  70.   add sqrt round cvi
  71.   (          ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75.  
  76. *OpenUI *Smoothing/RET: PickOne
  77. *OrderDependency: 50 AnySetup *Smoothing
  78. *DefaultSmoothing: Medium
  79. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  80. *Smoothing Light: "1 statusdict /setdoret get exec"
  81. *Smoothing Medium: "2 statusdict /setdoret get exec"
  82. *Smoothing Dark: "3 statusdict /setdoret get exec"
  83. *?Smoothing: "
  84. save
  85.   [(None)(Light)(Medium)(Dark)(Unknown)] statusdict /doret get exec
  86.   dup 3 gt{pop 4}if get = flush
  87. restore
  88. "
  89. *End
  90. *CloseUI: *Smoothing
  91.  
  92. *% Halftone Information ===============
  93. *ScreenFreq: "60.0"
  94. *ScreenAngle: "45.0"
  95. *DefaultScreenProc: Dot
  96. *ScreenProc Dot: "
  97. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  98. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  99. "
  100. *End
  101. *ScreenProc Line: "{ pop }"
  102. *ScreenProc Ellipse: "
  103.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  104. "
  105. *End
  106.  
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110.  
  111. *% Paper Handling ===================
  112. *% Use these entries to set paper size most of the time, unless there is
  113. *% specific reason to use PageRegion.
  114. *OpenUI *PageSize: PickOne
  115. *OrderDependency: 30 AnySetup *PageSize
  116. *DefaultPageSize: Letter
  117. *PageSize Letter: "statusdict /lettertray get exec"
  118. *PageSize Legal: "statusdict /legaltray get exec"
  119. *PageSize Executive: "statusdict /executivetray get exec"
  120. *PageSize A4: "statusdict /a4tray get exec"
  121. *PageSize Comm10/Comm #10 Envelope: "statusdict /com10envelopetray get exec"
  122. *PageSize Monarch/Monarch Envelope: "statusdict /monarcenvelopetray get exec"
  123. *PageSize DL/DL Envelope: "statusdict /dlenvelopetray get exec"
  124. *PageSize C5/C5 Envelope: "statusdict /c5envelopetray get exec"
  125. *?PageSize: "
  126. save
  127. 8 dict
  128.   dup /lettertray (Letter) put
  129.   dup /legaltray (Legal) put
  130.   dup /executivetray (Executive) put
  131.   dup /a4tray (A4) put
  132.   dup /com10envelopetray (Comm10) put
  133.   dup /monarcenvelopetray (Monarch) put
  134.   dup /dlenvelopetray (DL) put
  135.   dup /c5envelopetray (C5) put
  136.   statusdict /papersize get exec
  137.   3 1 roll  {get} stopped {(Unknown)}if
  138.   exch  not { print (.Transverse) }if
  139.   = flush
  140. restore
  141. "
  142. *End
  143. *CloseUI: *PageSize
  144.  
  145. *% These entries will set up the frame buffer. Usually used with manual feed.
  146. *OpenUI *PageRegion: PickOne
  147. *OrderDependency: 40 AnySetup *PageRegion
  148. *DefaultPageRegion: Letter
  149. *PageRegion Letter: "letter"
  150. *PageRegion Legal: "legal"
  151. *PageRegion Executive: "executivepage"
  152. *PageRegion A4: "a4"
  153. *PageRegion B5: "b5"
  154. *PageRegion Comm10/Comm #10 Envelope: "com10envelope"
  155. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  156. *PageRegion DL/DL Envelope: "dlenvelope"
  157. *PageRegion C5/C5 Envelope: "c5envelope"
  158. *CloseUI: *PageRegion
  159.  
  160. *% The following entries provide information about specific paper keywords.
  161. *DefaultImageableArea: Letter
  162. *ImageableArea Letter: "18 19 593 774 "
  163. *ImageableArea Legal: "18 19 593 990 "
  164. *ImageableArea Executive: "18 19 501 738 "
  165. *ImageableArea A4: "18 19 578 824 "
  166. *ImageableArea B5:"18 19 505 713"
  167. *ImageableArea Comm10/Comm #10 Envelope: "18 19 278 666 "
  168. *ImageableArea Monarch/Monarch Envelope: "18 19 259 522 "
  169. *ImageableArea DL/DL Envelope: "18 19 294 605 "
  170. *ImageableArea C5/C5 Envelope: "18 19 440 630 "
  171. *?ImageableArea: "
  172. save
  173.   /cvp {(                ) cvs print ( ) print } bind def
  174.   /upperright {10000 mul floor 10000 div} bind def
  175.   /lowerleft {10000 mul ceiling 10000 div} bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {lowerleft cvp} repeat
  178.   exch 2 {upperright cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter: "612 792"
  186. *PaperDimension Legal: "612 1008"
  187. *PaperDimension Executive: "522 756"
  188. *PaperDimension A4: "595 842"
  189. *PaperDimension B5: "516 729"
  190. *PaperDimension Comm10/Comm #10 Envelope: "297 684"
  191. *PaperDimension Monarch/Monarch Envelope: "279 540"
  192. *PaperDimension DL/DL Envelope: "312 624"
  193. *PaperDimension C5/C5 Envelope: "459 649"
  194.  
  195. *RequiresPageRegion All: True
  196. *LandscapeOrientation: Plus90
  197. *OpenUI *InputSlot: PickOne
  198. *OrderDependency: 20 AnySetup *InputSlot
  199. *DefaultInputSlot: Cassette
  200. *InputSlot Cassette: "0 statusdict /setpapertray get exec"
  201. *?InputSlot: "
  202. save
  203.    [ (Cassette) ] statusdict /papertray get exec
  204.    {get exec} stopped { pop pop (Unknown)} if = flush
  205. restore
  206. "
  207. *End
  208. *CloseUI: *InputSlot
  209.  
  210. *OpenUI *ManualFeed: Boolean
  211. *OrderDependency: 20 AnySetup *ManualFeed
  212. *DefaultManualFeed: False
  213. *ManualFeed True: "statusdict /manualfeed true put"
  214. *ManualFeed False: "statusdict /manualfeed false put"
  215. *?ManualFeed: "
  216. save
  217.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  218. restore"
  219. *End
  220. *CloseUI: *ManualFeed
  221.  
  222. *DefaultOutputOrder: Normal
  223.  
  224. *OpenUI *TraySwitch: Boolean
  225. *OrderDependency: 50 AnySetup *TraySwitch
  226. *DefaultTraySwitch: False
  227. *TraySwitch True: "true statusdict /settrayswitch get exec"
  228. *TraySwitch False: "false statusdict /settrayswitch get exec"
  229. *?TraySwitch: "
  230. save
  231.   statusdict /trayswitch get exec {(True)}{(False)}ifelse = flush
  232. restore
  233. "
  234. *End
  235. *CloseUI: *TraySwitch
  236.  
  237. *% Font Information =====================
  238. *DefaultFont: Courier
  239. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  240. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  241. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  242. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  243. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  244. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  245. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  246. *Font Courier: Standard "(002.002)" Standard ROM
  247. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  248. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  249. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  250. *Font Helvetica: Standard "(001.002)" Standard ROM
  251. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  252. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  253. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  254. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  255. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  256. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  257. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  258. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  259. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  260. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  261. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  262. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  263. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  264. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  265. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  266. *Font Symbol: Special "(001.003)" Special ROM
  267. *Font Times-Bold: Standard "(001.002)" Standard ROM
  268. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  269. *Font Times-Italic: Standard "(001.002)" Standard ROM
  270. *Font Times-Roman: Standard "(001.002)" Standard ROM
  271. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  272. *Font ZapfDingbats: Special "(001.002)" Special ROM
  273. *?FontQuery: "
  274. save
  275.  /str 100 string dup 0 (fonts/) putinterval def
  276.  {
  277.    count 1 gt
  278.    {
  279.      exch dup str 6 94 getinterval cvs
  280.      (/) print print (:) print
  281.      FontDirectory exch known
  282.      {(Yes)}{(No)} ifelse =
  283.    }
  284.    {exit} ifelse
  285.  }bind loop
  286.  (*) = flush
  287. restore
  288. "
  289. *End
  290.  
  291. *?FontList: "
  292. save
  293.   FontDirectory { pop == } bind forall flush
  294.   (*) = flush
  295. restore
  296. "
  297. *End
  298.  
  299. *% Printer Messages (verbatim from printer):
  300. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  301. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  302. *Message: "\FontName\ not found, using Courier"
  303.  
  304. *% Status (format: %%[ status: <one of these> ]%% )
  305. *Status: "idle"
  306. *Status: "busy"
  307. *Status: "waiting"
  308. *Status: "printing"
  309. *Status: "PrinterError: Out Of Paper"
  310. *Status: "PrinterError: Cover Open"
  311. *Status: "PrinterError: Feed Manual"
  312. *Status: "PrinterError: Paper Jam"
  313. *Status: "PrinterError: Miscellaneous Error"
  314. *Status: "PrinterError: Fatal Error"
  315.  
  316. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  317. *Source: "serial9"
  318. *Source: "serial25"
  319. *Source: "AppleTalk"
  320. *Source: "Centronics"
  321.  
  322. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  323. *PrinterError: "Out Of Paper"
  324. *PrinterError: "Cover Open"
  325. *PrinterError: "Feed Manual"
  326. *PrinterError: "Paper Jam"
  327. *PrinterError: "Miscellaneous Error"
  328. *PrinterError: "Fatal Error"
  329.  
  330. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  331.  
  332. *% Color Separation Information =====================
  333.  
  334. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  335.  
  336. *InkName: ProcessBlack/Process Black
  337. *InkName: CustomColor/Custom Color
  338. *InkName: ProcessCyan/Process Cyan
  339. *InkName: ProcessMagenta/Process Magenta
  340. *InkName: ProcessYellow/Process Yellow
  341.  
  342. *%  For 60 lpi / 300 dpi  ===============================
  343.  
  344. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  345. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  346. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  347. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  348. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  349.  
  350.  
  351. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  353. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356.  
  357. *%  For 53 lpi / 300 dpi  ===============================
  358.  
  359. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  360. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  361. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  362. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  363. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  364.  
  365. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  366. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  367. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  368. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  369. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  370.  
  371. *% For "HP LaserJet III" version 52.2
  372. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  373. *% Converted to meet 4.0 specification
  374. *% Last Edit Date: 27 Feb 1992
  375. *% The byte count of this file should be exactly 012609 or 012986
  376. *% depending on the filesystem it resides in.
  377. *% end of PPD file for HP LaserJet III
  378.